3.1347 \(\int \frac {x^5}{1-x^6} \, dx\)

Optimal. Leaf size=12 \[ -\frac {1}{6} \log \left (1-x^6\right ) \]

[Out]

-1/6*ln(-x^6+1)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 12, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {260} \[ -\frac {1}{6} \log \left (1-x^6\right ) \]

Antiderivative was successfully verified.

[In]

Int[x^5/(1 - x^6),x]

[Out]

-Log[1 - x^6]/6

Rule 260

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rubi steps

\begin {align*} \int \frac {x^5}{1-x^6} \, dx &=-\frac {1}{6} \log \left (1-x^6\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 12, normalized size = 1.00 \[ -\frac {1}{6} \log \left (1-x^6\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[x^5/(1 - x^6),x]

[Out]

-1/6*Log[1 - x^6]

________________________________________________________________________________________

fricas [A]  time = 0.81, size = 8, normalized size = 0.67 \[ -\frac {1}{6} \, \log \left (x^{6} - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5/(-x^6+1),x, algorithm="fricas")

[Out]

-1/6*log(x^6 - 1)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 9, normalized size = 0.75 \[ -\frac {1}{6} \, \log \left ({\left | x^{6} - 1 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5/(-x^6+1),x, algorithm="giac")

[Out]

-1/6*log(abs(x^6 - 1))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 18, normalized size = 1.50 \[ -\frac {\ln \left (x^{3}-1\right )}{6}-\frac {\ln \left (x^{3}+1\right )}{6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^5/(-x^6+1),x)

[Out]

-1/6*ln(x^3-1)-1/6*ln(x^3+1)

________________________________________________________________________________________

maxima [A]  time = 1.11, size = 8, normalized size = 0.67 \[ -\frac {1}{6} \, \log \left (x^{6} - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5/(-x^6+1),x, algorithm="maxima")

[Out]

-1/6*log(x^6 - 1)

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 8, normalized size = 0.67 \[ -\frac {\ln \left (x^6-1\right )}{6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-x^5/(x^6 - 1),x)

[Out]

-log(x^6 - 1)/6

________________________________________________________________________________________

sympy [A]  time = 0.10, size = 8, normalized size = 0.67 \[ - \frac {\log {\left (x^{6} - 1 \right )}}{6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**5/(-x**6+1),x)

[Out]

-log(x**6 - 1)/6

________________________________________________________________________________________